Move setting of ioready 'wait' earlier in call chain, to
[python/dscho.git] / Mac / IDE scripts / Hack / Debugger on
blob63eee831082d588485df9d74e945515136b774d4
1 """This script turns the Python debugger on globally, meaning that
2 it will then stop at any breakpoint you might have defined."""
4 import PyDebugger
5 PyDebugger.startfrombottom()